home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0141.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  880 b   |  24 lines

  1. > Right, I've done this before, and basically, what I had to do is create
  2. > a screen which is 2x2 times the size of the bit you actually see... then
  3. > you'll have to maintain 4 copies of the bit you're looking at. This
  4. > allows you to gradually scroll further and further to the right, then
  5. > suddenly jump back one screen width without noticable effects. I'll give
  6. > a 2-way scrolling example, because it's more brief, but you can easily
  7. > extend this to 4-way (which is almosy identical to 8-way - I suspect you
  8. > mean 8-way, actually - most people do.)
  9.  
  10.  
  11. > Definite sense of Deja Vu here... Don'tcha reckon, M+F?   ;-)
  12.  
  13. Yes, I remember...
  14. This is good for a bitmap scrolling.
  15. I have some little and efficiet routines for tiled-map scrolling. They
  16. works very fast with turbo extension but can be used also without the
  17. extension.
  18. If someone is interested just e-mail me.
  19.  
  20. M&F
  21.  
  22.  
  23.  
  24.